1.10 – Dimensional Homogeneity and Dimensionless Groups


1.10.0 – Learning Objectives

By the end of the notebook, you will be able to:

  1. Define dimensional homogeneity and recognize dimensionless groups.
  2. Differentiate dimensions and units dimensional homogeneity and unit consistency.
  3. Understand dimensional homogeneity and unit consistency conceptually.

1.10.1 – Introduction

Quantities can only be added or subtracted between each other if their units are the same. Chemical engineers need to ensure that an equation has the same units on both sides.

In this section, we will explore the concept of homogeneity.


1.10.2 – What is Dimensional Homogeneity?

First, let’s define what is a dimension and what is a unit.

Dimensions are a measurable extent of some base quantities, such as length \((L)\), time \((T)\), mass \((M)\) etc. Units are labels for different dimensions and combination of dimensions, such as kilograms \((kg)\), Newtons \((N)\), etc.

Dimensional homogeneity is the concept where the dimensions of variables on both sides of an equation are the same. If the units are the same, the dimensions of each term __must_ be the same.

Every valid equation must be dimensionally homogeneous: that is, all additive terms on both sides of the equation must have the same dimensions.

\[Length = \frac{Length}{Time} \times Time\]

is an example of a dimensionally homogenous equation.

An equation could be dimensionally homogenous but invalid if the equation is also not fully-balanced i.e.

\[2M = M\]

1.10.3 – Dimensional Homogeneity and Unit Consistency

Yes. Take the following example:

\[u(m/s) = u_0(m/s) + g(m/{s^2})\cdot t(s)\]

This equation is dimensionally homogenous and consistent in units. The only dimensions after variables are reduced are Mass \((M)\) and Time \((T^{-1})\).

\[MT^{-1} = MT^{-1} + MT^{-2} \cdot T\]

But, if we neglect to put the \(t\) variable that converts the gravitational constant to velocity, the equation become dimensionally inhomogeneous and inconsistent in units.

\[u(m/s) = u_0(m/s) + g(m/{s^2})\]
\[MT^{-1} = MT^{-1} + MT^{-2}\]

An example of an equation being dimensionally homogenous but inconsistent in units is if the units on one side of the equation are different than the other.

\[u(m/min) = u_0(m/min) + g(m/{min^2})\cdot t(s)\]

In these cases, usually the fix is to take the variable with the wrong units and use the appropriate conversion to assign the proper units to it. (In this case, it’s dividing \(t\) by 60 to change it into minutes).

In [ ]: